home *** CD-ROM | disk | FTP | other *** search
/ American History: Interactive Maps & User's Guide / American History: Interactive Maps & User's Guide.iso / pc / Quit.dxr / 00007_Print.ls < prev    next >
Encoding:
Text File  |  2000-01-25  |  164 b   |  9 lines

  1. on mouseDown
  2.   if the visible of sprite 10 = 0 then
  3.     set the visible of sprite 10 to 1
  4.   else
  5.     set the visible of sprite 10 to 0
  6.   end if
  7.   updateStage()
  8. end
  9.